home *** CD-ROM | disk | FTP | other *** search
- /*
- File: CAHeaders.h
-
- Contains: Global definitions (defined in makefile in MPW)
-
- Written by: Jens Alfke & David H Nelson
-
- Copyright: © 1994-1995 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <1> 2/28/95 SJF first checked in
- <1> 2/2/95 DHN Created from ODCWDefines.h
- ---------------------------------------------------------------------
- <4> 10/24/94 jpa Define SOMMethodDebug for nondebug builds
- [1188344] and turn off mw_bug for CW4.5.
- <3> 9/29/94 RA 1189812: Mods for 68K build.
- <2> 8/10/94 NP 1179997-Add defines from ODCWump.cpp to
- here.
- <1> 6/21/94 jpa first checked in
- To Do:
- */
-
-
- #define ODDebug 1
- #define _PLATFORM_MACINTOSH_ 1
-
- #define ppcinterfaces // GX headers want this, if using universal headers
-
- #ifdef __MWERKS__
- //#define mw_bug 1 // Needed with CW4, not with CW4.5
- //#pragma warning_errors on // Treat warnings as errors (heh heh heh)
- #endif
-
- //#define _NATIVE_EXCEPTIONS_ 1
-
- #if !ODDebug
- #define SOMMethodDebug(c,m) /**/ // Disable SOM trace macro in every method
- #endif
-